//before you use this hud you need to set up a few things below and add them to your config
//
//-----------FIRST BACKUP YOUR SETTINGS!------------------------------------------------------------------//
//
//to make sure you safe all your settings go ingame, bring up the console (ctrl+alt+~) and type in the following:
//								/writeconfig backup
//this should create a file called backup.cfg in your quakelive/home/baseq3/ folder that holds all your settings
//also make sure you copy your autoexec.cfg and any other configs you use
//
//--------------------------------------------------------------------------------------------------------//
//
//now copy everthing inside inside this (.../holmesHUD/simple version/) folder to quakelive/home/baseq3/ and check to integrate into existing folders
//the UI folder contains a holmesHUD Folder containing a bunch of .menu files and .cfg files
//the .menu files are the HUD elements, the filename usually reveals their purpose
//the .cfg files are what you actually set ingame or via your cfg as your hudfile and contain compositions of different .menu elements
//you can of course change these or add your own composition of elements.
//
//holmes_duel_small.cfg 
//holmes_duel_medium.cfg
//holmes_duel_large_cfg
//holmes_duel_supersize.cfg  <---these are all the same except for the size of the Health and Armor Bars. this is the main HUD and should work in all gametypes
//
//holmes_ca.cfg	<---minimalistic Clan Arena HUD, doesnt really work for other gametypes
//
//holmes_insta.cfg <----even more minimalistic HUD for intagib, should work in all gametypes
//
//
//to use one of these huds just set cg_hudfiles accordingly. an example of this is given below
//
//------------------------------------------------------------------------------------------------------------------------------//
//-----CHECK OUT THE COMPLETE VERSION FOR ADDITIONAL SCRIPTS AND BINDS TO MAKE USING THIS HUD EVEN MORE CONVENIENT!!!-----------//
//																																//
//			the complete version includes custom crosshairs for each weapon, a zoom crosshair, convenient						//
//			binds to switch between different huds, toggle the crosshairs or different timer sizes and							//
//			alot more																											//
//																																//
//																																//
//------------------------------------------------------------------------------------------------------------------------------//
//
//now on to what you actually need to set up for this to work:
//
//the weaponconfig section is needed for the custom weapon icons and ammo bars to work properly
//if you already use these cg_weaponconfig settings make sure to add the content below to your own settings 
//in your config. if you dont use these cvars but have set weaponsettings via the ingame menu, try searching
//for cg_weaponconfig in your backup.cfg that you have hopefully created by now. if the cg_weaponconfig variables
//in your backup.cfg hold anything at all just copy them into your config and add the settings in the weaponconfig
//section below.
//
//
//have some feedback, encountered a bug, suggestions? you can reach me at holmes_quakelive@web.de

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//----------------------ADD EVERYTHING BELOW THIS LINE TO YOUR CONFIG! (make sure to set up the binds first, though)----------------------------//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    

	seta cg_hudfiles "UI/holmesHUD/holmes_duel_medium_noxhair.cfg"   //this is the basic hud, change it to whatever HUD cfg you want to use

  //                     --------------
 //                   / Weapon Configs /
//                     --------------
	
	
	 seta cg_weaponconfig_g		"set weapon_number 1; set ammo 0"			//////////////////////////////////
	 seta cg_weaponconfig_mg	"set weapon_number 2; set ammo 3"			//			IMPORTANT!!!		//
	 seta cg_weaponconfig_sg	"set weapon_number 3; set ammo 2"			//								//
	 seta cg_weaponconfig_gl	"set weapon_number 4; set ammo 1"			//these settings need to be		//
	 seta cg_weaponconfig_rl	"set weapon_number 5; set ammo 2"			//added to your weaponcionfig	//
	 seta cg_weaponconfig_lg	"set weapon_number 6; set ammo 4"			//settings if you already use	//
	 seta cg_weaponconfig_rg	"set weapon_number 7; set ammo 1"			//them. if you dont use weapon-	//
	 seta cg_weaponconfig_pg	"set weapon_number 8; set ammo 3"			//configs yet just add these	//
	 seta cg_weaponconfig_bfg	"set weapon_number 9; set ammo 1"			//lines to your config			//
	 seta cg_weaponconfig_ng	"set weapon_number 11;set ammo 1"			//								//
	 seta cg_weaponconfig_pl	"set weapon_number 12;set ammo 1"			//			IMPORTANT!!!		//
	 seta cg_weaponconfig_cg	"set weapon_number 13;set ammo 1"			//////////////////////////////////

	 
